const github.com/google/go-cmp/cmp.reportByIgnore

5 uses

	github.com/google/go-cmp/cmp (current package)
		compare.go#L581: 	if rf&reportByIgnore == 0 {
		options.go#L204: func (ignore) apply(s *state, _, _ reflect.Value)                                   { s.report(true, reportByIgnore) }
		options.go#L444: 	return r.flags&(reportEqual|reportByIgnore) != 0
		options.go#L450: 	return r.flags&reportByIgnore != 0
		options.go#L475: 	reportByIgnore